From: Nick Roberts Date: Tue, 29 Apr 2008 11:03:40 +0000 (+0000) Subject: (gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22074 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=56a03d92cff7beb547151d1637a4324320ff67b5;p=emacs.git (gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 60fd24c96fd..850da6c3ea6 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -507,8 +507,6 @@ required by the caller." ((memq minor-mode '(gdbmi gdba)) (erase-buffer) (insert "Watch Expressions:\n") - (if gdb-speedbar-auto-raise - (raise-frame speedbar-frame)) (let ((var-list gdb-var-list) parent) (while var-list (let* (char (depth 0) (start 0) (var (car var-list))